Fix: Macht die BackgroundWorker für den IsolateManager on Web möglich
This commit is contained in:
6
lib/PlatformDependent/Native/update_transactions.dart
Normal file
6
lib/PlatformDependent/Native/update_transactions.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import '../../Controller/port_controller.dart';
|
||||
|
||||
/// Aktualisiert die Transaktionen, die angezeigt werden
|
||||
void updateTransactions() {
|
||||
PortController().getPort('update-transactions')?.send('ready');
|
||||
}
|
||||
Reference in New Issue
Block a user