updateMyProfile abstract method

Future<UpdateMyProfileResponse> updateMyProfile(
  1. ServiceCall call,
  2. UpdateMyProfileRequest request
)

Implementation

$async.Future<$2.UpdateMyProfileResponse> updateMyProfile(
    $grpc.ServiceCall call, $2.UpdateMyProfileRequest request);