listMyUserSessions_Pre method

Future<ListMyUserSessionsResponse> listMyUserSessions_Pre(
  1. ServiceCall call,
  2. Future<ListMyUserSessionsRequest> request
)

Implementation

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