KnotapiFlutterPlatform constructor
KnotapiFlutterPlatform()
Constructs a KnotapiFlutterPlatform instance.
Ensures that only authorized subclasses can be used as platform implementations by enforcing a verification token.
Implementation
KnotapiFlutterPlatform() : super(token: _token);