call abstract method

TRes call({
  1. int? maxResults,
  2. String? pageToken,
  3. String? q,
  4. List<String>? labelIds,
  5. bool? includeSpamTrash,
})

Implementation

TRes call({
  int? maxResults,
  String? pageToken,
  String? q,
  List<String>? labelIds,
  bool? includeSpamTrash,
});