getStatus method

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

Get the status of the Resource

Implementation

Future<Map<String, dynamic>> getStatus() async {
  return {};
}