Gets the saved activation code from native storage.
@override Future<String?> getActivationCode() async { return await methodChannel.invokeMethod<String>('getActivationCode'); }