listMyUserSessions_Pre method
Future<ListMyUserSessionsResponse>
listMyUserSessions_Pre(
- ServiceCall call,
- Future<
ListMyUserSessionsRequest> request
Implementation
$async.Future<$2.ListMyUserSessionsResponse> listMyUserSessions_Pre($grpc.ServiceCall call, $async.Future<$2.ListMyUserSessionsRequest> request) async {
return listMyUserSessions(call, await request);
}