stopPictureInPicture method
Implementation
@override
void stopPictureInPicture() async {
return await methodChannel
.invokeMethod<void>('player_stopPictureInPicture');
}
@override
void stopPictureInPicture() async {
return await methodChannel
.invokeMethod<void>('player_stopPictureInPicture');
}