whereKeyStartsWithOrFail abstract method

FutureOr<Map<String, dynamic>> whereKeyStartsWithOrFail(
  1. String prefix, {
  2. Exception onFail()?,
})

Implementation

FutureOr<Map<String, dynamic>> whereKeyStartsWithOrFail(String prefix,
    {Exception Function()? onFail});