markdownInit function

Future<void> markdownInit()

Implementation

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