Skip to content

Commit

Permalink
Remove unwanted parser code
Browse files Browse the repository at this point in the history
  • Loading branch information
divyanshub024 committed Jun 3, 2024
1 parent 73e8c3e commit 37b7de0
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/mirai/lib/src/framework/mirai.dart
Original file line number Diff line number Diff line change
Expand Up @@ -226,22 +226,3 @@ extension MiraiExtension on Widget? {
return null;
}
}

class CustomButtonParser extends MiraiParser<> {
@override
getModel(Map<String, dynamic> json) {
// TODO: implement getModel
throw UnimplementedError();
}

@override
Widget parse(BuildContext context, model) {
// TODO: implement parse
throw UnimplementedError();
}

@override
// TODO: implement type
String get type => throw UnimplementedError();

}

0 comments on commit 37b7de0

Please sign in to comment.