removeRole_Pre method

Future<RemoveRoleResponse> removeRole_Pre(
  1. ServiceCall call,
  2. Future<RemoveRoleRequest> request
)

Implementation

$async.Future<$9.RemoveRoleResponse> removeRole_Pre($grpc.ServiceCall call, $async.Future<$9.RemoveRoleRequest> request) async {
  return removeRole(call, await request);
}