IMagicService class abstract
- Implementers
Constructors
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  isConnected
  → ValueNotifier<bool> 
- 
  
  no setter
- 
  isFarcasterEnabled
  → ValueNotifier<bool> 
- 
  
  no setter
- 
  isReady
  → ValueNotifier<bool> 
- 
  
  no setter
- 
  isTimeout
  → ValueNotifier<bool> 
- 
  
  no setter
- 
  onMagicConnect
  → Event<MagicConnectEvent> 
- 
  
  final
- 
  onMagicError
  → Event<MagicErrorEvent> 
- 
  
  final
- 
  onMagicLoginRequest
  → Event<MagicSessionEvent> 
- 
  
  final
- 
  onMagicLoginSuccess
  → Event<MagicLoginEvent> 
- 
  
  final
- 
  onMagicRpcRequest
  → Event<MagicRequestEvent> 
- 
  
  final
- 
  onMagicUpdate
  → Event<MagicSessionEvent> 
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  supportedMethods
  → Map<String, List< String> >
- 
  
  no setter
- webview → WebViewWidget
- 
  
  no setter
Methods
- 
  awaitFarcasterResponse() → Future< bool> 
- 
  disconnect() → Future< bool> 
- 
  getChainId() → Future< String?> 
- 
  getFarcasterUri({String? chainId}) → Future< String?> 
- 
  getUser({required String? chainId, required bool isUpdate}) → Future< bool> 
- 
  init({String? chainId}) → Future< void> 
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  request({String? chainId, required SessionRequestParams request}) → Future 
- 
  switchNetwork({required String chainId}) → Future< bool> 
- 
  syncTheme(ReownAppKitModalTheme? theme) → Future< void> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited