FeatureNetworkRepository class abstract

Implementers

Constructors

FeatureNetworkRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

checkHttpCertificatePinning({required String serverUrl, required SHA sha, int timeout = 60, required List<String> allowedSHAFingerprints}) Future<void>
getCertificateBytesFromAsset({required String assetPath}) Future<Uint8List>
getDioClient({Duration? receiveTimeout, Duration? sendTimeout, Duration? connectTimeout, String baseUrl = '', Map<String, dynamic>? headers, List<Interceptor>? interceptors, List<int>? trustedCertificateBytes, List<String>? allowedFingerprints}) Dio
isConnectionSecure({required String serverUrl, required SHA sha, int timeout = 60, required List<String> allowedSHAFingerprints}) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited