init function
Implementation
Future<void> init({String wasmPath = './pkg/'}) => vod.init(
wasmPath: wasmPath,
libraryPath: './',
stem: !kIsWeb && (Platform.isIOS || Platform.isMacOS)
? 'flutter_vodozemac'
: 'vodozemac_bindings_dart',
);