isBackgroundEffectSupported method

  1. @override
Future<bool?> isBackgroundEffectSupported()
override

Implementation

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