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