destroyClient abstract method

Future<void> destroyClient()

Frees native resources.

After calling this method you must call again createClient() before any BLE operation.

Implementation

Future<void> destroyClient();