watermark static method

String watermark()

UncompleteDocumentation

Implementation

static String watermark() {
  return """
General Framework Created By DEVELOPER AZKADEV - https://github.com/azkadev
Corporation - GLOBAL CORPORATION & GENERAL CORPORATION
"""
      .trim();
}