empty static method

SharedChat empty()
override

create SharedChat Empty

Implementation

static SharedChat empty() {
  return SharedChat({});
}