displayInterval property
Gets the display interval for messages.
Implementation
Future<int> get displayInterval async {
return await _module.channel.invokeMethod('inApp#getDisplayInterval');
}
Gets the display interval for messages.
Future<int> get displayInterval async {
return await _module.channel.invokeMethod('inApp#getDisplayInterval');
}