TF-1487 Fix run command flutter test

(cherry picked from commit 798b5613d2cc98223c7c236545c244c1499dc982)
This commit is contained in:
dab246
2023-02-24 00:12:37 +07:00
committed by Dat Vu
parent c51de39e01
commit 7b23424e32
24 changed files with 99 additions and 485 deletions
@@ -1,5 +1,4 @@
import 'package:forward/forward/capability_forward.dart';
import 'package:forward/forward/converter/forward_id_coverter.dart';
import 'package:jmap_dart_client/http/converter/account_id_converter.dart';
import 'package:jmap_dart_client/http/converter/id_converter.dart';
import 'package:jmap_dart_client/http/converter/properties_converter.dart';
@@ -13,7 +12,6 @@ import 'package:json_annotation/json_annotation.dart';
part 'get_forward_method.g.dart';
@IdConverter()
@ForwardIdConverter()
@AccountIdConverter()
@PropertiesConverter()
@JsonSerializable(explicitToJson: true)