Skip to content

Commit

Permalink
dart fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Oct 2, 2023
1 parent fb6ba49 commit b390625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubnub/lib/src/crypto/legacyCryptor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'package:pubnub/core.dart';

import 'package:encrypt/encrypt.dart' as crypto;
import 'package:crypto/crypto.dart' show sha256;
import 'dart:convert' show base64, utf8;
import 'dart:convert' show base64;
import 'dart:typed_data' show Uint8List;

import 'cryptoConfiguration.dart';
Expand Down

0 comments on commit b390625

Please sign in to comment.