menu
google_cloud_rpc package
documentation
exceptions.dart
NotImplementedException
NotImplementedException.new constructor
NotImplementedException.new constructor
dark_mode
light_mode
NotImplementedException
constructor
NotImplementedException
(
String
message
, {
Status
?
status
,
})
Implementation
NotImplementedException(super.message, {super.status}) : super(statusCode: 501);
google_cloud_rpc package
documentation
exceptions
NotImplementedException
NotImplementedException.new constructor
NotImplementedException class