@override Future<void> toggle({ required String id, }) async { await methodChannel.invokeMethod<void>('toggle', <String, dynamic>{ 'id': id, }); }