getRxId static method

  1. @Deprecated('Use getSwiftId instead')
String getRxId(
  1. Rx rx
)

Implementation

@Deprecated('Use getSwiftId instead')
// ignore: deprecated_member_use_from_same_package
static String getRxId(Rx<dynamic> rx) => getSwiftId(rx);