InitMatch property

Future InitMatch

Implementation

static Future<dynamic> get  InitMatch async {
    final dynamic type = await _channel.invokeMethod('InitMatch');
    return type;
  }