hasPurpose abstract method

Future<bool> hasPurpose(
  1. String id, {
  2. bool defaultReturn = true,
})

Implementation

Future<bool> hasPurpose(String id, {bool defaultReturn = true});