hasKeychainUUID method

Future<bool> hasKeychainUUID()

检查是否存在钥匙串UUID iOS专属接口 返回true表示存在钥匙串UUID,false表示不存在

Implementation

Future<bool> hasKeychainUUID() {
  throw UnimplementedError('hasKeychainUUID() has not been implemented.');
}