initialize method
Whether this app may use Notifications. See
AppwinNotifications.initialize.
Implementation
Future<AppwinInitResult> initialize() {
throw UnimplementedError('initialize() has not been implemented.');
}
Whether this app may use Notifications. See
AppwinNotifications.initialize.
Future<AppwinInitResult> initialize() {
throw UnimplementedError('initialize() has not been implemented.');
}