onStop method
Called during app teardown.
Use this to release subscriptions/resources owned by the plugin.
Implementation
Future<void> onStop() async {}
Called during app teardown.
Use this to release subscriptions/resources owned by the plugin.
Future<void> onStop() async {}