You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello im trying use workmanager in a flutter app that have the AppDelegate in objective-c and the interface of this plugin only have this:
#import <Flutter/Flutter.h>
@interface WorkmanagerPlugin : NSObject<FlutterPlugin>
/**
* Register a custom task identifier to be scheduled/executed later on.
* @author Tuyen Vu
*
* @param taskIdentifier The identifier of the custom task.
*/
+ (void)registerTaskWithIdentifier:(NSString *) taskIdentifier;
@end
The text was updated successfully, but these errors were encountered:
hello im trying use workmanager in a flutter app that have the AppDelegate in objective-c and the interface of this plugin only have this:
The text was updated successfully, but these errors were encountered: