static Future<String> get getHash async { final String hash = await _channel.invokeMethod('getHash'); return hash; }