create static method

Implementation

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