notifyBackers function

Future<bool> notifyBackers({
  1. required Identifier identifier,
  2. dynamic hint,
})

Implementation

Future<bool> notifyBackers(
    {required Identifier identifier, dynamic hint}) async {
  return await KeriPlatformInterface.instance
      .notifyBackers(identifier: identifier);
}