listMyUserSessions_Pre method

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

Implementation

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