pub async fn alert_i18n_spawn(
content: (&'static str, &'static str),
level: MessageLevel,
)Expand description
非同期にメッセージダイアログを表示します。contentをi18nキーで指定します。エラーが発生した場合は、ログを出力します。
pub async fn alert_i18n_spawn(
content: (&'static str, &'static str),
level: MessageLevel,
)非同期にメッセージダイアログを表示します。contentをi18nキーで指定します。エラーが発生した場合は、ログを出力します。