@override Future<void> setAutoNotifications(bool enabled) async { await methodChannel.invokeMethod<void>('setAutoNotifications', { 'enabled': enabled, }); }