ec property

Returns the establishment code from InfoManager of Lio

Implementation

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