setDriverId static method

void setDriverId(
  1. String driverId
)

Implementation

static void setDriverId(String driverId) {
  _channel
      .invokeMethod(MethodChannelNames.setDriverId, {"driverId": driverId});
}