onCreate method
Handler called when the create button is pressed.
Override this method to implement create functionality. Default implementation does nothing.
Implementation
FutureOr<void> onCreate() {}
Handler called when the create button is pressed.
Override this method to implement create functionality. Default implementation does nothing.
FutureOr<void> onCreate() {}