deleteRole_Pre method

Future<Empty> deleteRole_Pre(
  1. ServiceCall $call,
  2. Future<Role> $request
)

Implementation

$async.Future<$2.Empty> deleteRole_Pre(
    $grpc.ServiceCall $call, $async.Future<$2.Role> $request) async {
  return deleteRole($call, await $request);
}