menu
edge_runtime package
documentation
edge_runtime.dart
ReferrerPolicy
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
ReferrerPolicy
fromValue
(
String
value
)
Implementation
static ReferrerPolicy fromValue(String value) => values.firstWhere((e) => e.value == value);
edge_runtime package
documentation
edge_runtime
ReferrerPolicy
fromValue static method
ReferrerPolicy enum