Stream Chatty added as example (#21)
* app updated * readme updated * rename base folder * update chatty's readme Co-authored-by: Neevash Ramdial <[email protected]>
This commit is contained in:
co-authored by
Neevash Ramdial
parent
c86652dcfc
commit
bd6bb66279
@@ -0,0 +1,10 @@
|
||||
import 'dart:io';
|
||||
|
||||
import 'package:stream_chatter/data/upload_storage_repository.dart';
|
||||
|
||||
class UploadStorageLocalImpl extends UploadStorageRepository {
|
||||
@override
|
||||
Future<String> uploadPhoto(File file, String path) async {
|
||||
return 'https://lh3.googleusercontent.com/a-/AOh14GjhqGZ-V7tNXS1pOIp9vbBij4OS9JbzxXgxgy1t=s600-k-no-rp-mo';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user