showOverlay method

Future<bool> showOverlay({
  1. String? title,
  2. String? content,
  3. String? buttonText,
  4. NativeOverlayStyle? style,
  5. dynamic customImageBytes,
  6. dynamic avatarBytes,
  7. bool isDraggable = true,
  8. Duration? duration,
})

Implementation

Future<bool> showOverlay({
  String? title,
  String? content,
  String? buttonText,
  NativeOverlayStyle? style,
  dynamic customImageBytes,
  dynamic avatarBytes,
  bool isDraggable = true,
  Duration? duration,
}) {
  throw UnimplementedError('showOverlay() has not been implemented.');
}