menu
chat_supabase package
documentation
utils/api_status.dart
ApiError
ApiError.new constructor
ApiError.new constructor
dark_mode
light_mode
ApiError
constructor
ApiError
(
{
required
int
code
,
required
Object
message
,
})
Implementation
ApiError({required this.code, required this.message});
chat_supabase package
documentation
utils/api_status
ApiError
ApiError.new constructor
ApiError class