macosInfo property

Future<MacOsDeviceInfo> get macosInfo

Get the macos device info

Example: context.macosInfo

Implementation

Future<MacOsDeviceInfo> get macosInfo async =>
    await DeviceInfoPlugin().macOsInfo;