second property

Future<Object?> second

Implementation

Future<Object?> get second {
  return kMethodChannel
      .invokeMethod('android.util.Pair::getSecond', {'__this__': this});
}