clearDrawNativeExpressVideoPageCache method

Future<void> clearDrawNativeExpressVideoPageCache()

Implementation

Future<void> clearDrawNativeExpressVideoPageCache() async {
  await _channel
      .invokeMethod(KEY_METHOD_DRAW_NATIVE_EXPRESS_VIDEO_PAGE_CLOSED);
}