initRustToDartCaller function
Init rust to dart caller that will call methods of registered instances. For details, see RustToDartCaller
Implementation
Future<void> initRustToDartCaller() async {
await registerRustToDartCaller(RustToDartCaller.instance);
}