insert abstract method

Future<bool> insert(
  1. String? jsonOrXml,
  2. int? index, {
  3. bool notifyListeners = true,
})

Implementation

Future<bool> insert(String? jsonOrXml, int? index,
    {bool notifyListeners = true});