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