close method

Future<void> close()

Closes the connection to the PoloServer

Implementation

Future<void> close() async {
  throw UnsupportedError("Platform is not Supported");
}