setKhemrEnd property

Future<int> setKhemrEnd

Implementation

static Future<int> get setKhemrEnd async {
  final int p = await _channel.invokeMethod('setKhemrEnd');
  return p;
}