status method

Future<String> status()

Implementation

Future<String> status() async {
  return _request<String>('/api/status');
}