menu
fml package
documentation
datasources/datasource_interface.dart
IDataSource
insert abstract method
insert abstract method
dark_mode
light_mode
insert
abstract method
Future
<
bool
>
insert
(
String
?
jsonOrXml
,
int
?
index
, {
bool
notifyListeners
=
true
,
})
Implementation
Future<bool> insert(String? jsonOrXml, int? index, {bool notifyListeners = true});
fml package
documentation
datasources/datasource_interface
IDataSource
insert abstract method
IDataSource class