setLocalCustomData method

Future<V2TimCallback> setLocalCustomData()

Implementation

Future<V2TimCallback> setLocalCustomData() async {
  return CommonUtils.returnError("setLocalCustomData feature does not exist on the web");
}