getDeviceResourceAudit method

  1. @override
Future<Map<String, dynamic>?> getDeviceResourceAudit()
override

Implementation

@override
Future<Map<String, dynamic>?> getDeviceResourceAudit() async {
  return await methodChannel
      .invokeMapMethod(MethodName.getDeviceResourceAudit);
}