stopPictureInPicture method

  1. @override
void stopPictureInPicture()
override

Implementation

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