flutter_secure_storage
flutter_secure_storage copied to clipboard
Recording with encrypted data
Following the code below, the plugin automatically records encrypted data on Android and iOS. Or do I need to pass some options parameter?
import 'package:flutter_secure_storage/flutter_secure_storage.dart'; final storage = FlutterSecureStorage(); await storage.write(key: 'username', value: '[email protected]');