refreshFileSyncStatus function
Implementation
Future<void> refreshFileSyncStatus() async {
try {
await platform.invokeMethod('refreshFileSyncStatus');
} catch (e, stacktrace) {
if (kDebugMode) {
print("Error in getCurrentTripData");
print(e);
print(stacktrace);
}
}
}