static Future<String?> openConnection() async { final String? response = await _channel.invokeMethod(Settings.openConnection); return response; }