flutter_btleplug library

Classes

Awesome
Checks if you are awesome. Spoiler: you are.
Btleplug
WasmModule
A JS function that returns a Promise to a WASM module. See this file for an example of how to obtain and initialize this type.

Functions

createWrapper(ExternalLibrary lib) Btleplug
sum(int a, int b) int
A very short-lived native function.
sumAsync(int a, int b) Future<int>
A longer lived native function, which occupies the thread calling it.