static Future<bool> isSupported() async { final result = await analytics_interop.isSupported().toDart; return result.toDart; }