removeMyAvatar_Pre method
Future<RemoveMyAvatarResponse>
removeMyAvatar_Pre(
- ServiceCall $call,
- Future<
RemoveMyAvatarRequest> $request
Implementation
$async.Future<$0.RemoveMyAvatarResponse> removeMyAvatar_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.RemoveMyAvatarRequest> $request) async {
return removeMyAvatar($call, await $request);
}