menu
viam_sdk
viam_sdk.dart
Resource
getStatus method
getStatus
dark_mode
light_mode
getStatus
method
Future
<
Map
<
String
,
dynamic
>
>
getStatus
(
)
Get the status of the
Resource
Implementation
Future<Map<String, dynamic>> getStatus() async { return {}; }
viam_sdk
viam_sdk
Resource
getStatus method
Resource class