init method

Future<List<Action>> init()

Called when the plugin is initialized.

Implementation

Future<List<Action>> init() async {
  return [];
}