DSRCorporation / flutter-background-executor

Apache License 2.0
5 stars 2 forks source link

'SwiftFlutterBackgroundExecutorPlugin' has no member 'taskIdentifier' #14

Open ConnorDykes opened 1 month ago

ConnorDykes commented 1 month ago

For iOS => adding this code in the appDelegate as the read me says is in correct :

SwiftFlutterBackgroundExecutorPlugin.taskIdentifier = "com.dsr-corporation.refresh-task"

I get this error

'SwiftFlutterBackgroundExecutorPlugin' has no member 'taskIdentifier'

syednasharudin commented 1 month ago

I'm getting the same error.