status method

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

Implementation

Future<Map<String, dynamic>> status() {
  return call("status");
}