MethodChannelX509CertStore class
An implementation of X509CertStorePlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- X509CertStorePlatform
- MethodChannelX509CertStore
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addCertificate(
{required X509StoreName storeName, required String certificateBase64, required X509AddType addType}) → Future< X509ResValue> -
override
-
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