@override Future<bool> areActivitiesEnabled() async { return await methodChannel.invokeMethod<bool>('areActivitiesEnabled') ?? false; }