create method

Future<int?> create({
  1. PipFlutterPlayerBufferingConfiguration? bufferingConfiguration,
})

Creates an instance of a video player and returns its textureId.

Implementation

Future<int?> create(
    {PipFlutterPlayerBufferingConfiguration? bufferingConfiguration}) {
  throw UnimplementedError('create() has not been implemented.');
}