static Future<String> classify(Map map) async { return await _channel.invokeMethod("classify", map); }