mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Beta (#1234)
This commit is contained in:
@@ -13,7 +13,7 @@ class MethodChannelDemo extends StatefulWidget {
|
||||
const MethodChannelDemo({Key? key}) : super(key: key);
|
||||
|
||||
@override
|
||||
_MethodChannelDemoState createState() => _MethodChannelDemoState();
|
||||
State<MethodChannelDemo> createState() => _MethodChannelDemoState();
|
||||
}
|
||||
|
||||
class _MethodChannelDemoState extends State<MethodChannelDemo> {
|
||||
|
||||
Reference in New Issue
Block a user