getFlushPeriod method

  1. @override
Future<Duration> getFlushPeriod()

Get the period with which events are tracked to Exponea backend. Only valid in FlushMode.period.

Implementation

@override
Future<Duration> getFlushPeriod() async {
  throw UnimplementedError();
}