Skip to content

is possible use this from objective-c? #579

Open
@fmaestre98

Description

@fmaestre98

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      is possible use this from objective-c? · Issue #579 · fluttercommunity/flutter_workmanager