install method

Future<void> install(
  1. EveryDoorApp app
)

Set up listeners and stuff. This gets called when the plugin is enabled, either during the start-up, or after the installation.

Implementation

Future<void> install(EveryDoorApp app) async {}