|
|
@ -22,6 +22,7 @@ import 'package:nextcloud/nextcloud.dart'; |
|
|
|
import 'package:shared_preferences/shared_preferences.dart'; |
|
|
|
import 'package:shared_preferences/shared_preferences.dart'; |
|
|
|
|
|
|
|
|
|
|
|
@internal |
|
|
|
@internal |
|
|
|
|
|
|
|
@immutable |
|
|
|
class PushUtils { |
|
|
|
class PushUtils { |
|
|
|
static Future<RSAKeypair> loadRSAKeypair(final AppStorage storage) async { |
|
|
|
static Future<RSAKeypair> loadRSAKeypair(final AppStorage storage) async { |
|
|
|
const keyDevicePrivateKey = 'device-private-key'; |
|
|
|
const keyDevicePrivateKey = 'device-private-key'; |
|
|
|