PlatformError constructor

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

Implementation

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