create static method

Implementation

static FlutterVideoPlayerEngine create() {
  _instance ??= FlutterVideoPlayerEngine._();
  return _instance!;
}