setDisplayInterval method
- int milliseconds
Sets the display interval for messages.
Implementation
Future<void> setDisplayInterval(int milliseconds) async {
return _module.channel.invokeMethod('inApp#setDisplayInterval', milliseconds);
}
Sets the display interval for messages.
Future<void> setDisplayInterval(int milliseconds) async {
return _module.channel.invokeMethod('inApp#setDisplayInterval', milliseconds);
}