@override Future<String?> encrypt(String payload) async { return await methodChannel.invokeMethod('encrypt', { 'payload': payload, }); }