onStop method

Future<void> onStop()

Called during app teardown.

Use this to release subscriptions/resources owned by the plugin.

Implementation

Future<void> onStop() async {}