feat: add native call

This commit is contained in:
Kingtous
2023-04-28 13:46:43 +08:00
parent 3774f8308f
commit c140bcfed6
4 changed files with 159 additions and 30 deletions

View File

@@ -48,13 +48,6 @@ mod license;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
mod port_forward;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
#[cfg(any(feature = "flutter"))]
pub mod api;
#[cfg(not(any(target_os = "android", target_os = "ios")))]
#[cfg(any(feature = "flutter"))]
pub mod plugins;
#[cfg(all(feature = "flutter", feature = "plugin_framework"))]
#[cfg(not(any(target_os = "android", target_os = "ios")))]
pub mod plugin;