getAllMessagesBySyncIds_Pre method

Future<MessagesResponse> getAllMessagesBySyncIds_Pre(
  1. ServiceCall call,
  2. Future<SyncIds> request
)

Implementation

$async.Future<$1.MessagesResponse> getAllMessagesBySyncIds_Pre($grpc.ServiceCall call, $async.Future<$1.SyncIds> request) async {
  return getAllMessagesBySyncIds(call, await request);
}