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