updateEntity method

  1. @override
Future<SectionEntity> updateEntity(
  1. String documentID,
  2. SectionEntity value
)
override

Implementation

@override
Future<SectionEntity> updateEntity(String documentID, SectionEntity value) {
  throw Exception('Not implemented');
}