getMyPhone_Pre method

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

Implementation

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