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