init static method

Future<void> init()

Initializes the Rust library.

Implementation

static Future<void> init() async {
  await RustLib.init();
}