close method

Future close()

Implementation

Future close() async {
  return await _channel.invokeMethod(Constants.CMD_CLOSE);
}