Future<String> get appKey async { var result = await _methodChannel.invokeMethod('getappKey'); return result; }