@override Future<void> deleteSymKey(String topic) async { _checkInitialized(); await keyChain.delete(topic); }