close method

void close()

Implementation

void close() {
  try {
    _channel.invokeMethod('close');
  } catch (e) {
    debugPrint(flutterLog + e.toString());
  }
}