first property

Future<Object?> first

Implementation

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