chat_application

Creator: coderz1093

Last updated:

0 purchases

chat_application Image
chat_application Images

Languages

Categories

Add to Cart

Description:

chat application

chat_application #
A chat application package that uses shared preferences to store user credentials.
Usage #
import 'package:chat_application/chat_application.dart';

void main() {
final chatApp = ChatApplication(
userId: '123',
token: 'token123',
firebaseToken: 'firebaseToken123',
);

chatApp.fetchChats();
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.