3 lines
150 B
Dart
3 lines
150 B
Dart
|
import 'package:flutter/services.dart';
|
||
|
|
||
|
const IN_APP_WEBVIEW_STATIC_CHANNEL = const MethodChannel('com.pichillilorenzo/flutter_inappwebview_static');
|