AdminManagerServiceBase constructor
AdminManagerServiceBase()
Implementation
AdminManagerServiceBase() {
$addMethod($grpc.ServiceMethod<$0.Empty, $1.UserInfoList>(
'GetAllUser',
getAllUser_Pre,
false,
false,
($core.List<$core.int> value) => $0.Empty.fromBuffer(value),
($1.UserInfoList value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$1.UserInfo, $1.OperationResponse>(
'BanUser',
banUser_Pre,
false,
false,
($core.List<$core.int> value) => $1.UserInfo.fromBuffer(value),
($1.OperationResponse value) => value.writeToBuffer()));
}