iosWebViewFix/lib/src/in_app_webview/_static_channel.dart

5 lines
155 B
Dart
Raw Normal View History

import 'package:flutter/services.dart';
2021-02-22 22:54:09 +00:00
const IN_APP_WEBVIEW_STATIC_CHANNEL =
const MethodChannel('com.pichillilorenzo/flutter_inappwebview_static');