BitLyShortener constructor

BitLyShortener({
  1. required String accessToken,
})

Implementation

BitLyShortener({
  required this.accessToken,
});