You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to call flutter functions from Rust? I know it's possible when using JNI-rust (by interacting with JniEnv methods), but I'm not sure if it's possible in the dart/flutter context
Is it possible to call flutter functions from Rust? I know it's possible when using JNI-rust (by interacting with
JniEnvmethods), but I'm not sure if it's possible in the dart/flutter context