besprechung
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import 'package:fforte/screens/sharedMethods/send_file.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'l10n/app_localizations.dart';
|
||||
import 'screens/addCam/add_cam_main.dart';
|
||||
@@ -101,7 +102,7 @@ class HomePage extends StatelessWidget {
|
||||
minimumSize: const Size(250, 40),
|
||||
),
|
||||
onPressed: () {
|
||||
// _sendFile();
|
||||
SendFile.sendFile();
|
||||
},
|
||||
child: Text(AppLocalizations.of(context)!.sendfile),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user