setDefaults method
void
setDefaults(
)
override
Implementation
@override
void setDefaults() {
super.setDefaults();
notificationBarTrigger = constOptionNotificationBarTrigger;
serviceMode = constOptionServiceMode;
// default is set to V3 to make sure we capture
// what Flutter is rendering onto the GL surface
videoMode = constOptionVideoMode;
// this is required as V3 is not allowed on
// some devices (e.g. Samsung), but is
// required for Flutter as it renders its
// UI onto GL surface
this["forceVideoModeV3"] = constOptionForceVideoModeV3;
}