getMyPhone_Pre method

Future<GetMyPhoneResponse> getMyPhone_Pre(
  1. ServiceCall call,
  2. Future<GetMyPhoneRequest> request
)

Implementation

$async.Future<$2.GetMyPhoneResponse> getMyPhone_Pre($grpc.ServiceCall call,
    $async.Future<$2.GetMyPhoneRequest> request) async {
  return getMyPhone(call, await request);
}