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