setRemoteValues method

void setRemoteValues(
  1. Map<String, dynamic> value
)

Sets the values a fetch() will activate. Call before launching the app.

Implementation

void setRemoteValues(Map<String, dynamic> value) {
  _value = value;
}