static Future<bool> inAnonymousMode() async { return await channel.invokeMethod("inAnonymousMode").then((value) => value); }