Future<String> getTranslation() async { return await _bridge.invokeMethod("getTranslation", [ runtimeType.toString(), value, ]); }