create abstract method

Future<IMeeting> create(
  1. IMeeting meeting
)
override

Implementation

Future<IMeeting> create(IMeeting meeting,);