instance property
FlutterInputTrackerPlatform
get
instance
Implementation
static FlutterInputTrackerPlatform get instance => _instance;
set
instance
(FlutterInputTrackerPlatform instance)
Implementation
static set instance(FlutterInputTrackerPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}