NativeBackendException constructor

NativeBackendException(
  1. String message, {
  2. int? code,
})

Implementation

NativeBackendException(this.message, {this.code});