displayInterval property

Future<int> get displayInterval

Gets the display interval for messages.

Implementation

Future<int> get displayInterval async {
  return await _module.channel.invokeMethod('inApp#getDisplayInterval');
}