fix: naming
This commit is contained in:
@@ -24,7 +24,7 @@ pub struct IosSharedToken<R: Runtime>(PluginHandle<R>);
|
||||
impl<R: Runtime> IosSharedToken<R> {
|
||||
pub fn save_token(&self, payload: SaveTokenRequest) -> crate::Result<SaveTokenResponse> {
|
||||
self.0
|
||||
.run_mobile_plugin("saveToken", payload)
|
||||
.run_mobile_plugin("save_token", payload)
|
||||
.map_err(Into::into)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user