Future<Map<String, dynamic>> isJsFidoSupported(List<dynamic> args) async { return { "success": true, "message": "", "isSupported": Platform.isWindows, "device": await getDeviceInfo(), }; }