Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 193 Bytes

find-realm-file-flutter.rst

File metadata and controls

8 lines (5 loc) · 193 Bytes
// Get on-disk location of the default Realm
final storagePath = Configuration.defaultStoragePath;
// See value in your application
print(storagePath);