disconnect method Null safety

Future<void> disconnect()

Disconnect from the backend

Default implementation does nothing

Implementation

Future<void> disconnect() async {}