fetchState abstract method

  1. @protected
Future<Map<String, dynamic>> fetchState(
  1. String url
)

On the client, this should perform a http request to url to fetch state data from the server.

Implementation

@protected
Future<Map<String, dynamic>> fetchState(String url);