AdminManagerServiceBase constructor

AdminManagerServiceBase()

Implementation

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