notImplemented static method

Future<void> notImplemented()

Implementation

static Future<void> notImplemented() async {
  print("Not implemented on Windows");
}