onApplicationShutdown abstract method
The onApplicationShutdown method is called in the providers when the application is shutting down.
Implementation
Future<void> onApplicationShutdown();
The onApplicationShutdown method is called in the providers when the application is shutting down.
Future<void> onApplicationShutdown();