Methods
-
clear({int? start, int? end})
→ Future<bool>
-
-
delete(int? index, {bool notifyListeners = true})
→ Future<bool>
-
-
dispose()
→ dynamic
-
-
insert(String? jsonOrXml, int? index, {bool notifyListeners = true})
→ Future<bool>
-
-
move(dynamic from, dynamic to, {bool notifyListeners = true})
→ Future<bool>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
notify()
→ dynamic
-
-
onSuccess(Data data, {int? code, String? message, Observable? onSuccessOverride})
→ Future<bool>
-
-
register(IDataSourceListener listener)
→ dynamic
-
-
remove(IDataSourceListener listener)
→ dynamic
-
-
start({bool refresh = false, String? key})
→ Future<bool>
-
-
stop()
→ Future<bool>
-
-
toString()
→ String
-
A string representation of this object.
inherited