@override Future<bool> isOptOut() async { final result = await handleWebMethodCall(const MethodCall('isOptOut')); return result as bool? ?? true; }