listMyPasswordless_Pre method

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

Implementation

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