detachView static method

Future detachView()

移除视图

Implementation

static Future<dynamic> detachView() async {
  return _channel.invokeMethod('detachView');
}