syncOnAppOpen method
Reports an app open and returns what it triggered. See
AppwinNotifications.syncOnAppOpen.
Implementation
Future<List<AppwinInAppMessage>> syncOnAppOpen() {
throw UnimplementedError('syncOnAppOpen() has not been implemented.');
}