instance property

FlutterAria2Platform get instance

Implementation

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

Implementation

static set instance(FlutterAria2Platform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}