FlutterSmartfaceLicensePlatform constructor

FlutterSmartfaceLicensePlatform()

Factory constructor to return the singleton instance of the class. If the instance doesn't exist, it creates a new one.

Implementation

factory FlutterSmartfaceLicensePlatform() {
  _instance ??= FlutterSmartfaceLicensePlatform._internal();
  return _instance!;
}