Future<bool> clearAllStyle() async { try { await channel.invokeMethod("clearAllStyle"); return true; } catch (_) { return false; } }