isPaused method

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

Implementation

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