instance property
Sendinblue
get
instance
Implementation
static Sendinblue get instance {
final instance = _instance;
if (instance == null) {
throw Exception('Sendinblue has not been initialized');
}
return instance;
}