close method

Future<Online> close()

Implementation

Future<Online> close() async {
  var Online = await this;
  return Online.close();
}