flutter_workmanager icon indicating copy to clipboard operation
flutter_workmanager copied to clipboard

is possible use this from objective-c?

Open fmaestre98 opened this issue 11 months ago • 0 comments

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

fmaestre98 avatar Nov 21 '24 22:11 fmaestre98