removeMyPhone_Pre method

Future<RemoveMyPhoneResponse> removeMyPhone_Pre(
  1. ServiceCall call,
  2. Future<RemoveMyPhoneRequest> request
)

Implementation

$async.Future<$4.RemoveMyPhoneResponse> removeMyPhone_Pre(
    $grpc.ServiceCall call,
    $async.Future<$4.RemoveMyPhoneRequest> request) async {
  return removeMyPhone(call, await request);
}