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