add requestChatInputFocus()

This commit is contained in:
csf
2023-02-02 21:39:25 +09:00
parent 1e9625045b
commit c6269b54af
2 changed files with 13 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ final testClients = [
Client(3, false, false, "UserDDDDDDDDDDDd", "441123123", true, false, false)
];
/// -t lib/cm_main.dart to test cm
/// flutter run -d {platform} -t lib/cm_test.dart to test cm
void main(List<String> args) async {
isTest = true;
WidgetsFlutterBinding.ensureInitialized();