getBindingId method

Future<String?> getBindingId()

Implementation

Future<String?> getBindingId() async {
  return deviceInfo.getBindingId();
}