stopPlay method

  1. @override
Future<int?> stopPlay()
override

Implementation

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