showOverlay method
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.');
}