setup method
Setup or update Picture in Picture.
options
The options of the Picture in Picture.
Returns Whether Picture in Picture is setup successfully.
Implementation
Future<bool> setup(PipOptions options) async {
throw UnimplementedError('setup() has not been implemented.');
}