rename get_session -> session_get

This commit is contained in:
csf
2022-08-16 15:22:57 +08:00
parent 1b5075168e
commit 53b69b59a8
6 changed files with 27 additions and 27 deletions

View File

@@ -482,7 +482,7 @@ RadioListTile<T> getRadio<T>(
CheckboxListTile getToggle(
String id, void Function(void Function()) setState, option, name,
{FFI? ffi}) {
final opt = bind.getSessionToggleOptionSync(id: id, arg: option);
final opt = bind.sessionGetToggleOptionSync(id: id, arg: option);
return CheckboxListTile(
value: opt,
onChanged: (v) {