platform property

Future<DevicePlatform> get platform

Implementation

static Future<DevicePlatform> get platform async => (await _instance)._platform;