getBatteryRestrictionSnapshot method

Future<Map<String, dynamic>> getBatteryRestrictionSnapshot()

Implementation

Future<Map<String, dynamic>> getBatteryRestrictionSnapshot() {
  throw UnimplementedError(
    'getBatteryRestrictionSnapshot() has not been implemented.',
  );
}