Optional
beforeCalled before a widget is animated.
Optional
beforeCalled before the CanvasKit library is loaded by the engine.
The instance of the CarEngine.
Optional
beforeCalled before a new scene is checked out by the application.
Optional
beforeCalled before the application patches the old widget with the new widget.
Optional
beforeCalled before a surface is created by the application.
Optional
beforeCalled before the application updates.
A unique identifier for the plugin.
The name of the plugin.
Optional
onCalled after a widget is animated.
Optional
onCalled after the CanvasKit library is loaded by the engine.
The instance of the CarEngine.
Optional
onCalled after a new scene is checked out by the application.
Optional
onCalled after the application patches the old widget with the new widget.
Optional
onCalled after a surface is created by the application.
Optional
onCalled after the application updates.
The version of the plugin.
The GlobalPlugin interface represents a global plugin that can be used with the application. It provides a set of lifecycle methods that can be implemented to hook into different stages of the application's lifecycle.