updateRole_Pre method

Future<Role> updateRole_Pre(
  1. ServiceCall $call,
  2. Future<UpdateRoleRequest> $request
)

Implementation

$async.Future<$0.Role> updateRole_Pre($grpc.ServiceCall $call,
    $async.Future<$0.UpdateRoleRequest> $request) async {
  return updateRole($call, await $request);
}