flutter_webln library

A package that helps you to interact with WebLN providers by providing a WebLN interface for creating Bitcoin Lightning powered web applications.

Classes

FlutterWebln

Functions

allowInterop<F extends Function>(F f) → F
Returns a wrapper around function f that can be called from JavaScript using package:js JavaScript interop.
weblnDecode(dynamic obj) Map
weblnDecode helps us to deseralize "object Object" result to jsonMap.