OctopusSdkFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • OctopusSdkFlutterPlatform
Implementers

Constructors

OctopusSdkFlutterPlatform()
Constructs a OctopusSdkFlutterPlatform.

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

connectUser({required String userId, required String token, String? nickname, String? bio, String? picture}) Future<void>
disconnectUser() Future<void>
initializeOctopusAuth({required String apiKey, String? deepLink}) Future<void>
initializeOctopusSDK({required String apiKey, List<String>? appManagedFields}) Future<void>
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

Static Properties

instance OctopusSdkFlutterPlatform
The default instance of OctopusSdkFlutterPlatform to use.
getter/setter pair