setMaxTimesToShowPopup method

Future<void> setMaxTimesToShowPopup(
  1. int maxTime
)

Implementation

Future<void> setMaxTimesToShowPopup(int maxTime) async {
  throw UnimplementedError('`setMaxTimesToShowPopup` is not implemented');
}