appKey property

Future<String> appKey

Implementation

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