start method

Future<bool> start()

Start Picture in Picture.

Returns Whether Picture in Picture is started successfully.

Implementation

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