@override Future<bool?> setSlots(String slots) async { return await methodChannel.invokeMethod<bool>('setSlots', {'slots': slots}); }