TweetsService constructor

TweetsService({
  1. required ClientContext context,
})

Returns the new instance of TweetsService.

Implementation

factory TweetsService({required ClientContext context}) =>
    _TweetsService(context: context);