getEntity method
Implementation
@override
Future<SectionEntity?> getEntity(String? id,
{Function(Exception p1)? onError}) {
throw UnimplementedError();
}
@override
Future<SectionEntity?> getEntity(String? id,
{Function(Exception p1)? onError}) {
throw UnimplementedError();
}