dispose method

Future<void> dispose()

清理所有资源

Implementation

Future<void> dispose() async {
  await disconnectAll();
}