PlatformError constructor

const PlatformError({
  1. bool enablePop = true,
  2. Key? key,
})

Implementation

const PlatformError({this.enablePop = true, super.key});