RemoteView constructor

RemoteView(
  1. String url, {
  2. BeagleUIElement? fallback,
  3. bool? shouldPrefetch,
  4. HttpAdditionalData? httpAdditionalData,
  5. NavigationContext? navigationContext,
})

Implementation

RemoteView(this.url, {this.fallback, this.shouldPrefetch, this.httpAdditionalData, this.navigationContext});