RestorationManager constructor Null safety
Construct the restoration manager and set up the communications channels with the engine to get restoration messages (by calling initChannels).
Implementation
RestorationManager() {
initChannels();
}
Construct the restoration manager and set up the communications channels with the engine to get restoration messages (by calling initChannels).
RestorationManager() {
initChannels();
}