updateImage abstract method

Future<UserResponse> updateImage(
  1. ServiceCall call,
  2. UserRequest request
)

Implementation

$async.Future<$0.UserResponse> updateImage(
    $grpc.ServiceCall call, $0.UserRequest request);