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