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