initFlutterChainLib function
Implementation
Future<void> initFlutterChainLib() async {
if (!kIsWeb) {
await localhostServer?.start();
}
if (!kIsWeb && defaultTargetPlatform == TargetPlatform.android) {
await InAppWebViewController.setWebContentsDebuggingEnabled(true);
}
}