getSystemIdMap method
Errors on attempted calling of the stub. It exists only to satisfy compile-time dependencies, and should never actually be called.
Implementation
@override
Future<Map<int, int>> getSystemIdMap() async {
assert(false);
throw UnimplementedError();
}