getEntity abstract method

Future<SimpleTextEntity?> getEntity(
  1. String? id, {
  2. dynamic onError(
    1. Exception
    )?,
})
inherited

Implementation

Future<U?> getEntity(String? id, {Function(Exception)? onError});