lastFetchStatus property

RemoteConfigFetchStatus lastFetchStatus

Returns the status of the last fetch attempt.

Implementation

RemoteConfigFetchStatus get lastFetchStatus {
  throw UnimplementedError('lastFetchStatus getter not implemented');
}