onSubmitLocation method

void onSubmitLocation(
  1. VLocationMessageData data
)

Implementation

void onSubmitLocation(VLocationMessageData data) {
  final localMsg = VLocationMessage.buildMessage(
    data: data,
    roomId: vRoom.id,
  );
  _onSubmitSendMessage(localMsg);
  scrollDown();
}