listMyPasswordless_Pre method

Future<ListMyPasswordlessResponse> listMyPasswordless_Pre(
  1. ServiceCall $call,
  2. Future<ListMyPasswordlessRequest> $request
)

Implementation

$async.Future<$0.ListMyPasswordlessResponse> listMyPasswordless_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.ListMyPasswordlessRequest> $request) async {
  return listMyPasswordless($call, await $request);
}