NotificationModule constructor

NotificationModule({
  1. Database? database,
  2. String? locale,
})

Implementation

NotificationModule({this.database, String? locale});