kill abstract method

Future<void> kill()

Kill the update manager instance.

If you just cancel update or get error during the update, the UM instance will still alive and you will be able to restart the update process on the same manager.

kill() method remove platform-side instance of the UpdateManager. After that you won't be able to restart update, you'll have to create another UpdateManager

This method also closes all streams if they were not closed.

Implementation

Future<void> kill();