diff --git a/lib/api/commands.dart b/lib/api/commands.dart index 0528350..671c195 100644 --- a/lib/api/commands.dart +++ b/lib/api/commands.dart @@ -36,21 +36,21 @@ class Command extends PlayerConnectionEvent { return jsonEncode(toJson()); } - factory Command.subscribe(String property) { - return Command( - type: 'subscribe', - value: { - 'property': property, - }, - ); - } + // factory Command.subscribe(String property) { + // return Command( + // type: 'subscribe', + // value: { + // 'property': property, + // }, + // ); + // } - factory Command.unsubscribeAll() { - return Command( - type: 'unsubscribe_all', - value: {}, - ); - } + // factory Command.unsubscribeAll() { + // return Command( + // type: 'unsubscribe_all', + // value: {}, + // ); + // } factory Command.load(String url) { return Command(