instance property
BeamAiSdkPlatform
get
instance
The default instance of BeamAiSdkPlatform to use. Defaults to MethodChannelBeamAiSdk.
Implementation
/// Defaults to [MethodChannelBeamAiSdk].
static BeamAiSdkPlatform get instance => _instance;
set
instance
(BeamAiSdkPlatform instance)
Implementation
static set instance(BeamAiSdkPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}