RestoreStateAction typedef
        RestoreStateAction =
     dynamic Function(List<Peripheral>  peripherals)
    
    
Callback used to inform about peripherals restored by the system.
iOS-specific.
Implementation
typedef RestoreStateAction = Function(List<Peripheral> peripherals);