stop method

Future<void> stop()

Stop Picture in Picture.

Implementation

Future<void> stop() async {
  throw UnimplementedError('stop() has not been implemented.');
}