instance property

FlutterZaloAPI get instance

The default instance of FlutterZaloAPI to use.

Implementation

static FlutterZaloAPI get instance => _instance;
set instance (FlutterZaloAPI instance)

Platform-specific plugins should set this with their own platform-specific class that extends FlutterZaloAPI when they register themselves.

Implementation

static set instance(FlutterZaloAPI instance) {
  _instance = instance;
}