listSessions_Pre method

Future<ListSessionsResponse> listSessions_Pre(
  1. ServiceCall call,
  2. Future<ListSessionsRequest> request
)

Implementation

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