owoify method

Future<String> owoify(
  1. String text
)

owoifies a given text

Implementation

Future<String> owoify(String text) async =>
    await get(['owoify?text=' + text, 'owo']);