Future<String?> loadJSwithPath(String path) async { _loadJSResult = await rootBundle.loadString(path); return _loadJSResult; }