menu
mvc_application package
documentation
controller.dart
DeviceInfo
initAsync static method
initAsync static method
dark_mode
light_mode
initAsync
static method
Future
<
Map
<
String
,
dynamic
>
>
initAsync
(
)
Collect all the Device's information.
Implementation
static Future<Map<String, dynamic>> initAsync() => init();
mvc_application package
documentation
controller
DeviceInfo
initAsync static method
DeviceInfo class