updateMyProfile abstract method

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

Implementation

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