listMyPasswordless_Pre method

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

Implementation

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