listSessions_Pre method
Future<ListSessionsResponse>
listSessions_Pre(
- ServiceCall $call,
- Future<
ListSessionsRequest> $request
Implementation
$async.Future<$0.ListSessionsResponse> listSessions_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.ListSessionsRequest> $request) async {
return listSessions($call, await $request);
}