@override Future<bool?> isBackgroundEffectSupported() async { return methodChannel.invokeMethod<bool>( 'isBackgroundEffectSupported', ); }