Future<double?> doubleValue() async { return await _channel?.invokeMethod("getConfigValue", { "appId": appId, "templateCode": templateCode, "dataList": dataList, "type": "double" }); }