deviceInfoDataSource property
DeviceInfoDataSource
get
deviceInfoDataSource
Get device info data source
Implementation
static DeviceInfoDataSource get deviceInfoDataSource {
if (_deviceInfoDataSource == null) {
throw Exception(
'DependencyInjection not initialized. Call initialize() first.',
);
}
return _deviceInfoDataSource!;
}