fetchUserOffer method

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

Fetches the server-resolved offer for the currently-identified user. Returns the raw UserOfferResponse wire map. The facade converts this to UserOfferResponse.

Implementation

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