chore(localization): fix analyzer warning

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2021-07-23 16:56:21 +05:30
committed by xsahil03x
parent 9b759df813
commit d6db3d84e0
@@ -64,8 +64,7 @@ class MyApp extends StatelessWidget {
final Channel channel;
@override
Widget build(BuildContext context) {
return MaterialApp(
Widget build(BuildContext context) => MaterialApp(
theme: ThemeData.light(),
darkTheme: ThemeData.dark(),
// Add all the supported locales
@@ -87,7 +86,6 @@ class MyApp extends StatelessWidget {
),
);
}
}
/// A list of messages sent in the current channel.
///