updateMyProfile method
ResponseFuture<UpdateMyProfileResponse>
updateMyProfile(
- UpdateMyProfileRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$2.UpdateMyProfileResponse> updateMyProfile($2.UpdateMyProfileRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$updateMyProfile, request, options: options);
}