Blogger class
Blogger This package will help to get all the blogger data from google and it's need API
if you don't have API go to https://console.cloud.google.com/ and create your API
Properties
Methods
-
getBlog(
{required String blogId}) → Future< BlogsModel> -
getBlog This function will return
Blog
,Post
andPage
details. -
getBlogs(
{required List< String> blogIds}) → Future<List< BlogsModel> > -
getBlogs This function will return all
Blog
. -
getPages(
) → Future< PageModel> -
getPages This function will return all
Pages
in theblog
-
getPosts(
{bool includeComment = false}) → Future< PostModel> -
getPosts This function will return all
Post
in theblog
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited