create method
Creates an instance of a video player and returns its textureId.
Implementation
Future<int?> create(
{PipFlutterPlayerBufferingConfiguration? bufferingConfiguration}) {
throw UnimplementedError('create() has not been implemented.');
}