KeyControllerCallback typedef

KeyControllerCallback = void Function(dynamic identityKey, KeyType keyType, String? isolateName)

Implementation

typedef KeyControllerCallback = void Function(
    dynamic identityKey, KeyType keyType, String? isolateName);