instance property
RtlSdrFlutterPlatform
get
instance
The default instance of RtlSdrFlutterPlatform to use.
Defaults to MethodChannelRtlSdrFlutter.
Implementation
static RtlSdrFlutterPlatform get instance => _instance;
set
instance
(RtlSdrFlutterPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends RtlSdrFlutterPlatform when they register themselves.
Implementation
static set instance(RtlSdrFlutterPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}